home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ripple / ripple.readme < prev    next >
Text File  |  2004-08-03  |  1KB  |  41 lines

  1. Short:    Funky rippling water effect on your WB screen, PPC Version (OS4)
  2. Uploader: SteffenH@hyperion-entertainment.com (Porter to PPC)
  3. Author:   troels@stud.cs.uit.no (Troels Walsted Hansen)
  4. Type:     gfx/misc
  5.  
  6. This is just an OS4 recompile of the original program by Troels Walsted Hansen.
  7.  
  8. Original Readme:
  9.  
  10. Introduction
  11. ¯¯¯¯¯¯¯¯¯¯¯¯
  12. A little hack based on xripple by by Carsten «Rasterman» Haitzler 
  13. <s2154962@cse.unw.edu.au>.
  14.  
  15. Creates a water ripple effect at the bottom of your default public screen
  16. (usually the Workbench screen).  Pure eye candy.  Includes source.  Should
  17. work on all OS 2.0+ Amigas, the faster CPU the better.  020, 020881, 040881,
  18. and 060881 versions included, compiled with both SAS/C and GCC (GCC version
  19. seems slightly faster here).
  20.  
  21. Enjoy!
  22.  
  23. Usage
  24. ¯¯¯¯¯
  25. Just run it from a shell.  You can quit it by pressing CTRL-C in the shell.
  26.  
  27. There's a few arguments:
  28.  
  29. HEIGHT/N  - height of the water, must be between 1 and 32767, default is 64
  30. WAITTOF/S - use the WaitTOF() function to time frames (should be used on AGA I
  31.             think), default is to use WaitBOVP() which is best on CyberGraphX.
  32. NOWAIT/S  - don't time frames at all, just pump them out as fast as possible.
  33. QUIET/S   - don't print banner and fps info.
  34. USAGE/S   - print usage and quit.
  35.  
  36. Version history
  37. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  38. Ripple 1.1 (12.11.97)
  39.  · If HEIGHT was < 6, Ripple would read from completely bogus addresses.
  40.    (Reported by Thomas Tavoly)
  41.